home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / advanced97 / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  3.5 KB  |  78 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1998. */
  3.  
  4. #include "../../Glut.cf"
  5.  
  6. TARGETS = accconvolve alphablend alphablendnosort billboard \
  7.   bubble bump chromakey chromakey_fancy cloud cloudl complexity csg decal dissolve \
  8.   explode fire genspheremap highlight interp lightmap lightp line \
  9.   multiaccumaa multialphablend multialphablendnosort multimirror \
  10.   multiscreendoor multispheremap noise nthsurfdemo paint projtex sbias \
  11.   screendoor smoke softshadow2 spectral tess texgen texmovie texpage \
  12.   textile underwater usespheremap vapor volume warp water zcomposite
  13.  
  14. SRCS = accconvolve.c accumaa.c alphablend.c alphablendnosort.c \
  15.   billboard.c bubble.c bump.c chromakey.c chromakey_fancy.c cloud.c \
  16.   cloudl.c complexity.c csg.c d.c decal.c dissolve.c explode.c fire.c genspheremap.c \
  17.   highlight.c interp.c lightmap.c lightp.c line.c multiaccumaa.c \
  18.   multialphablend.c multialphablendnosort.c multimirror.c \
  19.   multiscreendoor.c multispheremap.c noise.c nthsurfdemo.c paint.c \
  20.   projtex.c sbias.c screendoor.c sm.c smoke.c softshadow2.c spectral.c \
  21.   sphere.c tess.c texgen.c texmovie.c texpage.c textile.c texture.c \
  22.   underwater.c usespheremap.c vapor.c volume.c warp.c water.c \
  23.   zcomposite.c
  24.  
  25. AllTarget($(TARGETS))
  26.  
  27. NormalGlutProgramTarget(accconvolve,accconvolve.o texture.o)
  28. SimpleGlutProgramTarget(alphablend)
  29. SimpleGlutProgramTarget(alphablendnosort)
  30. NormalGlutProgramTarget(billboard,billboard.o texture.o)
  31. NormalGlutProgramTarget(bubble,bubble.o texture.o)
  32. NormalGlutProgramTarget(bump,bump.o texture.o)
  33. NormalGlutProgramTarget(chromakey,chromakey.o texture.o)
  34. NormalGlutProgramTarget(chromakey_fancy,chromakey_fancy.o texture.o)
  35. NormalGlutProgramTarget(cloud,cloud.o texture.o)
  36. NormalGlutProgramTarget(cloudl,cloudl.o texture.o)
  37. SimpleGlutProgramTarget(complexity)
  38. SimpleGlutProgramTarget(csg)
  39. SimpleGlutProgramTarget(decal)
  40. SimpleGlutProgramTarget(dissolve)
  41. NormalGlutProgramTarget(explode,explode.o texture.o)
  42. NormalGlutProgramTarget(fire,fire.o texture.o sm.o d.o)
  43. NormalGlutProgramTarget(genspheremap,genspheremap.o texture.o)
  44. NormalGlutProgramTarget(highlight,highlight.o texture.o)
  45. NormalGlutProgramTarget(interp,interp.o texture.o)
  46. NormalGlutProgramTarget(lightmap,lightmap.o texture.o)
  47. NormalGlutProgramTarget(lightp,lightp.o texture.o)
  48. SimpleGlutProgramTarget(line)
  49. SimpleGlutProgramTarget(multiaccumaa)
  50. SimpleGlutProgramTarget(multialphablend)
  51. SimpleGlutProgramTarget(multialphablendnosort)
  52. SimpleGlutProgramTarget(multimirror)
  53. SimpleGlutProgramTarget(multiscreendoor)
  54. NormalGlutProgramTarget(multispheremap,multispheremap.o texture.o)
  55. SimpleGlutProgramTarget(noise)
  56. SimpleGlutProgramTarget(nthsurfdemo)
  57. NormalGlutProgramTarget(paint,paint.o texture.o)
  58. NormalGlutProgramTarget(projtex,projtex.o texture.o)
  59. NormalGlutProgramTarget(sbias,sbias.o texture.o)
  60. SimpleGlutProgramTarget(screendoor)
  61. NormalGlutProgramTarget(smoke,smoke.o texture.o)
  62. SimpleGlutProgramTarget(softshadow2)
  63. SimpleGlutProgramTarget(spectral)
  64. NormalGlutProgramTarget(tess,tess.o sphere.o)
  65. SimpleGlutProgramTarget(texgen)
  66. NormalGlutProgramTarget(texmovie,texmovie.o texture.o)
  67. NormalGlutProgramTarget(texpage,texpage.o texture.o)
  68. NormalGlutProgramTarget(textile,textile.o texture.o)
  69. NormalGlutProgramTarget(underwater,underwater.o texture.o)
  70. NormalGlutProgramTarget(usespheremap,usespheremap.o texture.o)
  71. NormalGlutProgramTarget(vapor,vapor.o texture.o)
  72. NormalGlutProgramTarget(volume,volume.o texture.o)
  73. NormalGlutProgramTarget(warp,warp.o texture.o)
  74. NormalGlutProgramTarget(water,water.o texture.o)
  75. SimpleGlutProgramTarget(zcomposite)
  76.  
  77. DependTarget()
  78.